home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ActiveHZone
- set ActiveHZone to "3"
- set ro to rollOver()
- set thereIsRoll to 0
- if (ro >= 45) and (ro <= 51) then
- set thereIsRoll to 1
- cursor([member "mousePointer", member "mousePointerMask"])
- end if
- if thereIsRoll = 0 then
- cursor(-1)
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-
- on mouseUp
- playThisSound("hyplien2", 4)
- go("OrdinateurS1")
- end
-